Oh, no, not ever

I realise now that I didn't articulate the scenario itself very well and perhaps its a moot point, but when we know the absolute address we want to load into an A reg, wouldn't the two forms (LEA <label> and MOVEA #<immediate_add>) achieve the same result, assuming <label> falls at <immediate_add> and exists in our code block?
If so, I guess the decision to use one or the other would then depend on whether we are writing for relocatable code or to a known, specific address (rare, on the QL)...