The OutSystems List client and server actions are very useful.
But if one needs to have an in memory Stack (LIFO) or Queue (FIFO) you needs to do (some little) coding in OutSystems to implement these very commonly used concepts. If I try to imaging how many OutSystems coders have implemented these concepts themselves in OutSystems, that is just a waist of time.
Most high level languages support these concepts out of the box, and I think OutSystems should do this too, bot client as server side.
I do understand I could create it using Service Studio and publish it as Forge components, but this a sub-optional solution.