Writing this in a fairly general form assuming the title/description will be edited to be more general since this doesn't exactly relate to Event Platform stuff, even though that's where it arose.
https://phabricator.wikimedia.org/T261340, proposes to resolve some URLs (in this specific case, https://intake-logging.wikimedia.org) to a different datacenter than normal. In particular here, different from the legacy /beacon endpoint, or the https://intake-analytics.wikimedia.org endpoint, etc.
This ticket is based on an observation @Krinkle made in https://phabricator.wikimedia.org/T226986#6467370
For EventLogging, we specifically moved away from separate domains to using /beacon so that the majority of non-deferred events that are sent off during user interactions don't require separate connections to be established etc. It has been a while since we last quantified the benefits of this choice, so it's certainly worth revisiting.
I see that EventGate, which is not used yet for most events, uses a separate domain again at https://intake-logging.wikimedia.org. That'll involve a DNS query, but given it points to dyna.wikimedia.org same as text-lb, I'm assuming this means it is handled through the same connection and traffic layer as other requests.
Again, per @Krinkle:
Starting to establish more than one primary connection on a majority of page views is something we phased out 5+ years ago and would be great not to bring back without further research and consideration first.