As per man podman-run container's network can be configured in the host mode:
--network=mode, --net
...
host: Do not create a network namespace, the container will use the host’s network. Note: The host mode gives the container full access to local system services such as D-bus and is therefore considered insecure.
What could be the use case when we don't want container to have its own network namespace, and instead share the host one?