it has more to do with the intended use of the system from a typical home standpoint. This system provides what most people don't have:
(1) a proper gateway with QOS and a firewall tuned for home use
(2) it needs to be the master DHCP for the plug and play networking aspects
(3) telecom: SIP does not traverse NAT all that elegantly, in fact the only protocol that does 99%, is IAX2. This works around that
The core doesn't have to be the network gateway, it can be attached to the LAN as a single device on a single NIC along with other devices the core serves by DHCP, as the wiki describes in
"DHCP Plug and Play". But, as that article mentions, since managing other network devices for LMCE (like IP phones, MDs, etc) as plug & play requires their configs to be served by DHCP, that means the core must be the LAN's DHCP server - and even then, it's an imperfect solution. The LAN can have only a single DHCP, which must in that case be the core (because the DHCP protocol doesn't allow a DHCP server to automatically include configs from external servers like the core). So the core must be the LAN's DHCP server, which service is usually assigned to a firewall. Since LMCE does include a firewall for security, the SIP routing and QoS for other media streams, it's most convenient to make the core also the gateway to the rest of the network.
The core can be the router for the entire LAN and all its devices, so long as there is no extra DHCP server connected to the "inside" ethernet interface, with its "outside" ethernet interface connecting directly to a WAN (which outside connection must receive its own DHCP configs from another server, like a DSL, cablemodem, or another router with a DHCP server assigning the outside interface's IP#). Or that outside interface can be one of many devices connected to the WAN gateway, but all LMCE devices (like MDs, IP phones, etc) must be connected to the inside interface to get their DHCP configs. Of course the core's outside interface could be connected to a gateway to yet another LAN, rather than a WAN, but ultimately the outside interface must be routed to the Internet for the entire LMCE system to take advantage of Internet updates to its bundled SW, including OS and all the other packages that make it run.