Most phone network tools fake the hard parts. These do not.
Real ICMP, not a TCP stand-in
Ping, traceroute and MTR go through a native probe using Android's
unprivileged ICMP sockets. Traceroute reads each router's reply out of
the socket error queue, exactly as the desktop tool does — so the hops
you see are the hops your packets took.
Devices with names, not just addresses
The LAN scan sweeps the subnet and then asks the network who everyone is,
over Bonjour, UPnP, WS-Discovery and NetBIOS at once. It weighs what comes
back — a printer that advertises IPP is certain, a lone open port is a
guess — and labels each device accordingly.
Standards, followed properly
DNS lookups do EDNS0 and retry over TCP when a reply is truncated, because
the standard says they must. iPerf speaks the genuine iperf3 control
protocol, so it measures against any ordinary iperf3 server.