It's very useful for multi-window applications:
controlsGroupCtrls _ctrlsGroup //array of all child controls in a controlsGroup
without such command one would have to use:
_childCtrls = allControls _display select {ctrlParentControlsGroup _x == _ctrlsGroup}
which is not optimal.