Mental Model
We add a new item exactly where we want in the list by moving step-by-step to that spot and linking the new item there.
Analogy: Imagine a line of people holding hands. To add a new person in the middle, you find the right spot, then the new person holds hands with the next person, and the previous person holds hands with the new person.
head -> 1 -> 2 -> 3 -> null
↑
position 2