AActor::MinNetUpdateFrequency and ForceNetRelevant

Why does the AActor::ForceNetRelevant() set the NetUpdateFrequency to 0.1f instead of the value specified in the MinNetUpdateFrequency, which is set to 2.0f, or why is it not set to 0.1f instead?