Whenever a piston pushes an observer into a position, facing another observers face, it ticks at double it`s rate.
Placed without a piston results in normal tick rate.
Linked issues
Comments

Thank you for your report!
We're tracking this issue in MC-197705, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
It pulses at double frequency because there are two different updates here: the observer being moved and giving a signal, and the other observer updating due to the moved one. When you place it by hand, it just causes an update to the already existing observer.