Quote
Thought noop was for when you need to do nothing with a return, hence no operation, much like linux/unix you'd cat to /dev/null for instance.

That is indeed what it is for. However, /noop is still a command and its parameters need to be evaluated. This means that a command line needs to be formed and if it is longer than the maximum allowed line length, it will report an error.