I am using Eweka in Netherlands.
What's the round-trip time if you ping them?
The maximum throughput of a single TCP stream drops off rapidly with RTT in the presence of even small amounts of packet loss:
https://en.wikipedia.org/wiki/TCP_tuning#Packet_loss
e.g. with 20ms RTT and 0.01% packet loss (1 in 10,000 packets), max throughput is
1460/0.02/sqrt(0.0001) = 7300000 bytes/sec = 58.4 Mbps
If your USENET feed consists of multiple concurrent TCP streams, then the limit applies to each stream separately so is less likely to be the problem. OTOH, if it uses multiple concurrent streams to deliver the backlog, then only a single stream to deliver the newly arriving articles, it might be why the throughput drops off.