Since any state can have any number of substates, it is a convenience to be able to mark a particular substate as being the default state that will be entered if there is a transition ending on the parent state. This is basically a modularity issue: we should be able to transition directly to a higher-level state without having to know the details of that state's substates.
-- DaleBrayden - 16 Jul 2002