This is just a straight-up lie.
Besides, I don't want my init making dns requests, especially not to a default dns system outside of my control, and I certainly don't want it managing my network interfaces. Every time I've had to interact with systemd-networkd, it has caused nothing but trouble, with its bizarre assumptions that are based on Poettering's personal requirements for his laptop's network activity. It breaks basic network expectations with its behaviour.
SyStEmD doesn't need to subsume device management, cron, home drive management, networking, dns, system logging, user logins, the fucking boot drive, and whatever else they're cramming into it this week. It could have used already standardised interfaces to those components, or even D-Bus given most of them were already using it in some fashion, but that would require acknowledging that Linux userspace development isn't the solely-owned, proprietary playground of Poettering and Red Hat.
And it's still not even a very good init. Processes will break for no reason and it will still hang on zombie processes on shutdown. It still fails to reliably perform the one task it was originally touted as performing.