What do you mean by nesting of list?
A list that occurs as an element of another list (which may ofcourse itself be an element of another list etc) is known as nested list.
Common reasons nested list arise are as follows:
1. They are matrices
2. Lists are being used for what in other languages is known as structs, records or tuples
3. A tree is encoded as a list where the subtrees occur as elements