Ability to use per-user traffic shaper or policy limits based on the network prefix.
For example, we have the network 100.64.0.0/24 and want to limit each IP address in the network to 10mbit.
Nftables support limits in bytes or mbytes/second, It probably will be better to create the batch file with limits instead of doing tc
https://wiki.nftables.org/wiki-nftables/index.php/Rate_limiting_matchings
The example of nft rules in https://vyos.dev/T5929
An example of a basic CLI (should be improved):
set qos per-user-limits shaper <myshaper> speed 10mbit set qos per-user-limits shaper <myshaper> interface eth1 set qos per-user-limits shaper <myshaper> network 100.64.0.0/24
Mikrotik uses PCQ for it, which most likely is not present in the Linux TC