As long as they can only do it with a court order and for just that specific instance (no dragnet bulk surveillance shit like in the UK and US) just like they would any other wiretap, then I don't see the problem.
The scary authoritarian shit is the bulk surveillance without Court oversight such as in Chat Control.
Want to make tons of lines of code from pretty normal code?
Just unroll your fixed size for loops (i.e. convert them into multiple copies of their contents, one after the other as many times as that loop would loop).
You can actually automate it and in fact some compilers will do that when generating assembly for some microprocessor architectures (if the loops aren't crazy big) because it increases performance in those (because the JMP instruction at the end of the loop is quite expensive).