If I had to guess, I’d say that URLSession is explicitly capturing the context’s QoS using something like DispatchWorkItem’s inheritQoS option. You can learn about how this works in detail in WWDC14 Session 716.
URLSession
DispatchWorkItem
inheritQoS