A single variable might store one score, but many AI workflows need grouped values. A row in a dataset contains several feature values. A batch contains multiple rows. A small summary might hold counts across categories.
This is where many beginners first feel the structure getting heavier. One number feels easy. A list of numbers feels manageable. But once values are grouped into rows, batches, or nested structures, the learner can start to feel as if meaning is slipping away.
That is why learners need to get comfortable with lists and array-like structure. The point is not library syntax. The point is seeing that many values can be organized together and still remain understandable.
Once grouped values stop feeling strange, later topics like tensors and batches feel much less abrupt.