Group actions can be found in programming. For example: the drop function on lodash. When you call drop(1) and drop(3) on a list you get the same result as calling drop(1+3) on that list. The essence is that you can combine the numbers (1 and 3) instead of calling a function twice.