Mental Model
To remove the first item, we move the start pointer to the next item and fix links so the list stays connected.
Analogy: Imagine a train where you remove the first carriage and connect the engine directly to the second carriage.
null ← 1 ↔ 2 ↔ 3 ↔ 4 -> null ↑start
