There are some special cases that you only want to create a container without network interfaces, so you can handle the network directly.
Podman networking uses CNI to configure the networking of the containers, so we can leverage that to create containers without network interfaces, however, we always need the special loopback interface to be UP, so the networking working inside of the namespace.