The way I've always thought about this sort of thing, and this dates back to the OPENSTEP days (where Cocoa came from) is simply because regardless of what lies under the higher level framework you are utilizing, in this case, let's just refer to NSHost as an example class as part of the Foundation framework. You shouldn't concern yourself with the underlying object which provides the functionality to NSHost, just use it. In the case of an analogue to CFSocket however, sockets are generic. 99% of the time you're working with something akin to an HTTP socket, or otherwise which has high level support already.
I can only assume that Apple has taken it upon themselves to do what they think best for us developers and abstract away the generic when at all they deem appropriate. Unfortunately, there's no clear cut answer to your question unless someone directly involved with the Foundation framework from Apple chips in, as this isn't documented anywhere.