AS, UDS, LDS, R/W
We regenerate E and VMA as these need to be from the system clock (in addition to the fact that they don't exists on the 68020). You might not need this on your booster unless you run the CPU at 22MHz all the time in which case you still need to route VPA to the CPU and validate the external VMA with the CPU VMA but using the regenerated E clock so it match the system bus speed (it's not just used for ACIA access, it's also use for interrupt acknowledge on auto vectored interrupt).
As E is 1/10th the CPU clock, if the CPU clock goes to hi and you don't do the above you might feed frequency that is too high for the ACIA do deal with (the B version can do 2MHz max, so at 22MHz you're sending 2.2MHz) which could trigger the bus conflict issue you see as a bus conflict if the ACIA either don't respond or are too slow to respond and maintain data on the bus while your starting the next cycle.
Just my 2 cents

