MCTS question

For the first level below the root node, shouldn’t there be a node for every possible move? I’ve gotten feedback that it’s not really necessary, but I’m confused about that. How are you to select the best possible move if you’re only considering one possible move, or a limited subset of moves?

Never mind. I think I’m starting to get it.