Basically, all memory access on 68000 series processors has an effective address calculation time.
If you use one memory accessing instruction instead of two, you've only done that calculation once and saved the processor some cycles.
For example, if you know your data is 0xAEEACAAC, writing...