It isn't a tower of boxes. It's one lane everything writes to.
We picture a model as a stack of layers, each handing its work to the next. Not quite. Running the full height of the model is a single shared vector — one lane of numbers, one per token. Every layer reads from this one lane and writes its answer back into it. Nothing is handed box to box. Everything meets in the same place.