>you think its less resource intensive to implement group policies rather than a bunch of firewall rules?
I'm not sure it makes any difference to resource utilisation - but it is much easier to manage. You have one place to look at understand all the firewall rules acting on the VLAN.
If you end up with 10 VLANs and firewall rules for each and you try and use the global rules - it becomes a nightmare to make changes.
Meraki OS is a Linux based derivative. The Linux kernel has two major firewall filtering engines. I suspect bpfilter may be used, but this is a pretty deep kernel layer concept and most people configuring Linux firewall rules would not be aware of.
bpfilter itself compiles the rules presented to it, and the concept of how you configuring firewall rules as to how the kernel processes them is far removed. If everything is using bpfilter then weather you are using "vlan" or "global" based firewall rules is simply a GUI concept and bares no relation to how the kernel is processing those rules. I suspect the resource usage would be almost identical based on this.
https://linux-audit.com/bpfilter-next-generation-linux-firewall/