Why is asControlInput not implemented for SeqColl?

Array asControlInput:

	asControlInput { ^this.collect(_.asControlInput) }

SequenceableCollection asControlInput:

	// *crickets*

Why? Should it stay this way?

hjh