Arrays
The items are encoded right next to each other. No need to store length information, as that is constant (built into the schema).
Dynamic Arrays
First 4 bytes of encoding are the length of the array, then its items next to one another.
Tuple
Encodes an ordered set of schemas, one next to another.