Earlier quoted context omitted.
What is moving data round? Isn't everything in a computer moving data around? Do you mean backpropagation or somtehing more specific?
Computation generally is partly moving data around, yes. What transformers do is learn how to move data around in a context-relevant manner. This greatly increases the expressivity of the kinds of computations they can perform over traditional deep nets. https://lilianweng.github.io/posts/2018-06-24-attention/ https://transformer-circuits.pub/2022/in-context-learning-an... https://transformer-circuits.pub/2021/framew…
This is a misrepresentation of how transformers behave and I think you should double-check the definition before dunking on other people's works.