systemd is PID1, that means it's system-wide reaper and a single thread. There are certain operations that require O(nr_units) time, although not in fast-paths, they may cause inconvenient latencies of some necessary tasks (e.g. daemon-reload). The goal is to identify non-scaling parts and improve their behavior.