Node methods versus Enumerators within Lists

Monkey Forums/Monkey Programming/Node methods versus Enumerators within Lists

AdamRedwoods(Posted 2011) [#1]
Just curious, why the default monkey Nodes class does not have Methods to get the previous or next node from a List?

Or is this what the Enumerator/BackwardsEnumerator for? If so, why enumerators over Node methods?

EDIT:
I see now you can't use Enumerator with a starting node, thus pointless.